Crate gloo_history
source ·Expand description
A module that provides universal session history and location information.
Modules
- Encoding and decoding strategies for query strings.
Structs
- A
History
that is implemented withweb_sys::History
that provides native browser history and state access. - A History Listener to manage callbacks registered on a
History
. - A history location.
- A
History
that is implemented with in memory history stack and is usable in most targets.
Enums
- A
History
that provides a universal API to the underlying history type. - The Error type for History.
Traits
- A trait to provide
History
access.
Type Aliases
- The Result type for History.